|
CATIA V5 Programmierung : Fenster Maximieren/ minimieren
Creator-X am 02.07.2013 um 12:42 Uhr (0)
So funktioniert das ganze. Als CATScript gespeichert.all windows maximierenCode:Sub CATMain ()Dim N As LongDim AllWindowsDim SelWindowDim WindowDocumentDim oWindows as WindowsDim oWindow as WindowDim MessageSet AllWindows = CATIA.WindowsN = CATIA.windows.CountN=Catia.Documents.Count If N = 0 Then MsgBox "Es befinden sich keine Dokumente in der Sitzung." Exit Sub End IfMessage = "Es sind " & N & " Dokumente geöffnet" & Chr(10) & "Sollen jetzt alle Fenster maximiert werden?"answer = MsgBox(Message, vbYe ...
| In das Form CATIA V5 Programmierung wechseln |
|
CATIA V5 Programmierung : Leere Bodies und Geosets löschen
Creator-X am 15.01.2018 um 16:22 Uhr (1)
Hallo Bernd,also die Catia Biblioteken werden in den Ref angezeigt und sind alle aktiviert.Daheim funktioniert es ja auch. In der Arbeit da bekomm ich dann Feghler wenn der Code ausgeführt werden soll obwohl es die gleiche Version ist. Vielleicht liegt es ja am Windof10. Daheim hab ich W7 drauf.Ist schon komisch. Andere Macros laufen ja auch bei mir in der Arbeit.Bin ein bissel ratlos. Gruß Marco
| In das Form CATIA V5 Programmierung wechseln |
|
Anzeige:
Anzeige: (Infos zum Werbeplatz)
 |